首次运行：

conda create -n sharp python=3.13 -y
conda activate sharp

pip install torch torchvision --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt
pip install -e .


下次打开可以直接运行：

conda activate sharp
sharp predict -i "F:\test\sharp\ml-sharp\test" -o "F:\test\sharp\ml-sharp\test"